{plan.badge}
{plan.name}
{plan.price}
{plan.cadence}
{plan.summary}
-
{plan.features.map((feature) => (
- {feature} ))}
import Link from "next/link"; import { getDictionary, type Locale } from "@/lib/site-content"; export default async function PricingPage({ params, }: { params: Promise<{ locale: string }>; }) { const { locale } = await params; const dictionary = getDictionary(locale as Locale); return (
{dictionary.pricing.subtitle}
{plan.summary}
{faq.answer}